* target widget, and gestures that are attached to containers above the widget
* get a chance to interact with the event before it reaches the target.
*
- * After the capture phase, GTK+ emits the traditional #GtkWidget::button-press-event,
- * #GtkWidget::button-release-event, #GtkWidget::touch-event, etc signals. Gestures
- * with the %GTK_PHASE_TARGET phase are fed events from the default #GtkWidget::event
- * handlers.
+ * After the capture phase, GTK+ emits the traditional #GtkWidget::event signal.
+ * Gestures with the %GTK_PHASE_TARGET phase are fed events from the default
+ * #GtkWidget::event handlers.
*
* In the bubble phase, events are propagated up from the target widget to the
* toplevel, and gestures that are attached to containers above the widget get
* then later replayed if it is meant to go to the child widget.
*
* This should be enabled if any child widgets perform non-reversible
- * actions on #GtkWidget::button-press-event. If they don't, and handle
- * additionally handle #GtkWidget::grab-broken-event, it might be better
- * to set @capture_button_press to %FALSE.
+ * actions on button press events. If they don't, and additionally handle
+ * #GtkWidget::grab-broken-event, it might be better to set @capture_button_press
+ * to %FALSE.
*
* This setting only has an effect if kinetic scrolling is enabled.
*